Gestures example

This example shows how to use the input manipulators and the messaging system for generating and consuming messages. The example implements a tabletop application with two 3D layers users can move by panning, and rotate and scale using the multitouch pinch and rotate gestures. Long press resets the rotation and scale for the layer to identity. The program code for the example shows simple manipulating of transformation matrices for layers.

You can find the example in <KanziWorkspace>/Examples/Gestures.

See also

Examples